This page last changed on May 31, 2006 by tcarlson.

The following example configuration describes how to configure a MUle JmsConnector for OpenJms. You will probably need to change the connectionFactoryJndiName to one that is configured from your OpenJms configuration.

<connector name="jmsConnector" className="org.mule.providers.jms.JmsConnector">
    <properties>
        <property name="connectionFactoryJndiName" value="QueueConnectionFactory"/>
        <property name="jndiInitialFactory" 
         value="org.exolab.jms.jndi.InitialContextFactory"/>
        <property name="jndiProviderUrl" value="tcp://localhost:3035"/>
    </properties>
</connector>
Document generated by Confluence on Nov 27, 2006 10:27